home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / python-support / python2.6 / rdflib / Identifier.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2009-04-20  |  757 b   |  17 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. from rdflib.Node import Node
  5.  
  6. class Identifier(Node, unicode):
  7.     '''
  8.     See http://www.w3.org/2002/07/rdf-identifer-terminology/
  9.     regarding choice of terminology.
  10.     '''
  11.     __slots__ = ()
  12.     
  13.     def __new__(cls, value):
  14.         return unicode.__new__(cls, value)
  15.  
  16.  
  17.